Autogenerated HTML docs for v1.6.0.2-514-g23abd3
diff --git a/git-log.txt b/git-log.txt index 0446bad..93a2a22 100644 --- a/git-log.txt +++ b/git-log.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- -'git log' <option>... +'git log' [<options>] [<since>..<until>] [[\--] <path>...] DESCRIPTION ----------- @@ -57,8 +57,11 @@ Note that only message is considered, if also a diff is shown its size is not included. -<path>...:: - Show only commits that affect any of the specified paths. +[\--] <path>...:: + Show only commits that affect any of the specified paths. To + prevent confusion with options and branch names, paths may need + to be prefixed with "\-- " to separate them from options or + refnames. include::rev-list-options.txt[]